home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 54455 / 54455.xpi / chrome / content / about / about.xul next >
Extensible Markup Language  |  2009-12-31  |  874b  |  27 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://foxpad/locale/about.dtd">
  6.  
  7. <dialog title="&about; Foxpad" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  8. <hbox>
  9.  
  10. <groupbox align="center" orient="horizontal">
  11. <image src="chrome://passfinder/content/about/harsha.png"/>
  12. </groupbox>
  13.  
  14. <groupbox align="center" orient="vertical">
  15. <vbox>
  16.       <text value="Passfinder" style="font-weight: bold; font-size: x-large;"/>
  17.       <text value="&version; 1.1"/>
  18.       <separator class="thin"/>
  19.       <text value="&createdBy;" style="font-weight: bold;"/>
  20.       <text value="Harsha C. Alva"/>
  21.       <separator class="thick"/>
  22. </vbox>
  23. </groupbox>
  24.  
  25.   </hbox>
  26. </dialog>
  27.